cmIncidentType 
Logical Entity Name  cmIncidentType 
Default Table Name  cmIncidentType 
Physical Only  NO 
Definition 
 
Note 
 

cmIncidentType Columns 
ColumnName  Domain  Datatype  NULL  Definition 
cmIncidentTypeID(PK)    int  NO 
 
Code    varchar(50)  NO 
 
Descrip    varchar(100)  NO 
 
syCampusGrpID    int  YES 
 
Active    bit  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

cmIncidentType Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_cmIncidentType_cmIncidentTypeID  PrimaryKey  cmIncidentTypeID 

cmIncidentType Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyStaff  Non-Identifying  One To Zero or More  FK_cmIncidentType.UserID_SyStaff.SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
cmIncident  Non-Identifying  One To Zero or More  FK_cmIncident.cmIncidentTypeID_CmIncidentType.cmIncidentTypeID        NO  YES 

cmIncidentType Check Constraints 
Check Constraint Name  CheckConstraint